home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok82 / env2.0 / env.readme < prev    next >
Text File  |  1993-11-04  |  1KB  |  49 lines

  1.  
  2.                         E N V   2.0
  3.                         ===========
  4.  
  5. Public Domain!
  6.  
  7. Env is residentable
  8.  
  9. Env ist written in Oberon.
  10.  
  11. Env is a small tool to display the local and global environment
  12. variables under AmigaOS 2.0.
  13.  
  14. Env NEEDS at least AmigaOS2.0 (36), but due to an error in the
  15. dos-function ExAll() in 2.0 you SHOULD have at least
  16. AmigaOS2.04 (37) installed.
  17.  
  18. Directories are displayed with an "/" at the end.
  19.  
  20. Starting the program without parameters is equal to starting
  21. it with GLOBALS and LOCALS
  22.  
  23. Template: DIR,LO=LOCALS/S, GO=GLOBALS/S, FLAGS/S, LEN/S,
  24.           ALL/S, SHOWSYS/S
  25.  
  26. DIR      a directory within ENV:. Only variables in this 
  27.          directory are shown. It is possible to use a
  28.          complete path.
  29.  
  30. GLOBALS  only the global vars - which resite in ENV: - will be shown
  31.  
  32. LOCALS   only the local vars will be shown
  33.          this are only visible for one process and can be set with
  34.          the SETR command
  35.  
  36. FLAGS    show the flags of the local variables
  37.  
  38. LEN      show the len entry of the local variables, which is not
  39.          always identical to the number of characters shown, thats
  40.          why this option.
  41.  
  42. ALL      all global variables (also in the directories, but without Sys/)
  43.          are shown
  44.  
  45. SHOWSYS  shows the variables of the directory Sys/
  46.  
  47. +++hartmut
  48. +++Thomas
  49.